home *** CD-ROM | disk | FTP | other *** search
/ Carousel / CAROUSEL.cdr / mactosh / util / simulare.sit / Simula 4.07 Reference / card_15821.txt < prev    next >
Text File  |  1989-05-02  |  928b  |  45 lines

  1. -- card: 15821 from stack: in.07 Reference
  2. -- bmap block id: 0
  3. -- flags: 0000
  4. -- background id: 2697
  5. -- name: 
  6.  
  7.  
  8. -- part 1 (button)
  9. -- low flags: 00
  10. -- high flags: A004
  11. -- rect: left=68 top=279 right=302 bottom=124
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: Tokens
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   go to card id 14480
  23. end mouseUp
  24.  
  25.  
  26.  
  27.  
  28. -- part contents for background part 2
  29. ----- text -----
  30. String constant
  31.  
  32. -- part contents for background part 1
  33. ----- text -----
  34. NOTEXT
  35. "{ character | isochar }"
  36.  
  37. Where:
  38.   character= any character from ISO/ANSI table
  39.                    with binary equivalent 0...255.
  40.   isochar = ! integer!
  41.       integer must be in range 0...255
  42.  
  43. Note: a " in a string is represented as "".
  44. Sequences of strings are concatenated even if
  45. placed on separate lines.